home *** CD-ROM | disk | FTP | other *** search
/ Learning Games / Learning Games (1995)(Maple Media).iso / calcview / help.hlp < prev    next >
Text File  |  1992-08-30  |  2KB  |  50 lines

  1.      This feature enables you to define the number
  2. of decimal digits of calculations.  When the Accuracy
  3. Window pops up for the first time the Accuracy is
  4. defined as 16.  You can change the value from 3 up
  5. to 16.
  6. #
  7.      Blowing up from "VIEW" Menu allows you to examine
  8. the result closely.  Once you choose this option the
  9. CROSS cursor appears then goto the left upmost point
  10. and push the left mouse button.  Goto the right bottom
  11. of the new scope and then Release the button.
  12. #
  13.      You can differentiate functions visually from 
  14. Differentiate of "TASK". Also you can do it numerically
  15. by choosing Differentiate from the Differentiate from
  16. "Examine Numerical Results".  But when you differentiate
  17. a function you must define H interval which is predefined
  18. as "0.1".
  19. #
  20.      "Finding Roots" finds root by both Newton's method
  21. or Bisection method.  The Newton's method here is
  22. 'Secant Method'.  Then you can trace the procedure of
  23. finding roots by "Examine Numerical Results".
  24. #
  25.      Every function used by CALCULUS 1.01 is defined as
  26.  
  27. _______________F(X)=function of X_________________
  28.  
  29. You must use "X" to identify the unknown variable. Also
  30. the function could be a Constant function.
  31. #
  32.      Calculus 1.0 uses infix form to communicate with
  33. users.  It can analyze all the infix forms. One thing
  34. users have to be careful about is CALCULUS doesn't put
  35. multiplication operators between adjacent operands.  For
  36. example if you input "2X".  Then you get Error Message
  37. because calculus does not make 2X into 2* X.
  38. #
  39.     "Scoping" is similar to "Blowing Up".  But "Scoping"
  40. gets input from the Key board. Therefore, with "Scoping"
  41. you can see the result either closely or widely.
  42. #
  43.  CALCULUS 1.0 supports following functions.
  44.  
  45. Sin curve      -> "sin"      Cos curve         -> "cos"
  46. Tan curve      -> "tan"      Exponential curve -> "exp"
  47. Log of base 10 -> "log"      Natural Log       -> "ln"
  48. Log of base 2  -> "lg"       Arc Sin curve     -> "asin"
  49. Arc Cos curve  -> "acos"     Arc Tan curve     -> "atan"
  50. #